home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 October
/
PCWorld_2000-10_cd1.bin
/
Software
/
Vyzkuste
/
tiptrik
/
tiptrik.exe
/
soubory pro pcw 10 - æikovn¡ pomocn¡ci pro vaçe Windows
/
skripty
/
wrdexp.mak
< prev
Wrap
Text File
|
2000-08-18
|
376b
|
11 lines
Dim Adresse As String
Dim WordObj As Word.Application
Set WordObj = GetObject(, "Word.Application")
LF = Chr$(13) & Chr$(10)
If Not IsNull(Me!Firma) Then
Adresse = Me!Firma & LF & Me!Kontaktnφ_osoba & LF & Me!Adresa
Adresse = Adresse & LF & Me!PS╚ & " " & Me!M∞sto & LF & Me!Telefon
End If
WordObj.Selection.TypeText Text:=Adresse & LF
Set WordObj = Nothing